home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_5.zip / adaed / spider / draw4.ada < prev    next >
Text File  |  1993-02-04  |  501b  |  45 lines

  1. WITH Spider; Use Spider;
  2. PROCEDURE Drawing4 IS 
  3. BEGIN 
  4. Reset; 
  5. Step;    -- First, insert "Turn;" before this line.
  6. Step;
  7. Step;
  8. Turn;
  9. Step;    -- Second, insert "Cyan;" before this line.
  10. Step;
  11. Step;
  12. Step;
  13. Turn;
  14. Step;    -- Third, insert "Green;" before this line.
  15. Step;
  16. Step;
  17. Step;
  18. Black;
  19. Turn;
  20. Step;
  21. Green;
  22. Turn;
  23. Turn;
  24. Turn;
  25. Step;
  26. Turn;
  27. Black;
  28. Step;
  29. Green;
  30. Step;
  31. Black;
  32. Turn;
  33. Step;
  34. Green;
  35. Step;
  36. Black;
  37. Step;
  38. Turn;
  39. Step;
  40. Red;
  41. Turn;
  42. Step;
  43. Quit;
  44. END Drawing4;
  45.